-- card: 2142 from stack: in -- bmap block id: 18444 -- flags: 0000 -- background id: 16786 -- name: ----- HyperTalk script ----- on openCard hide card field correct end openCard global number set lockScreen to false -- part 1 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=61 top=50 right=85 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 20 -- style flags: 256 -- line height: 26 -- part name: -- part 4 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=131 top=127 right=171 bottom=370 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: -- part 2 (button) -- low flags: 00 -- high flags: 2003 -- rect: left=108 top=186 right=222 bottom=409 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp answer "CD is for Compact Disc. Click OK and try again." with OK end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2003 -- rect: left=108 top=224 right=260 bottom=409 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp answer "CD is for Compact Disc. Click OK and try again." with OK end mouseUp -- part 8 (field) -- low flags: 00 -- high flags: 2004 -- rect: left=86 top=92 right=177 bottom=428 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 21 -- text size: 24 -- style flags: 16640 -- line height: 32 -- part name: Correct -- part 6 (button) -- low flags: 00 -- high flags: 2003 -- rect: left=107 top=262 right=298 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp answer "ROM = Read Only Memory. Please try again." with OK end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 2003 -- rect: left=108 top=301 right=337 bottom=409 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card field correct global number put "1" into number wait 1 seconds set lockScreen to true go to next card end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=45 top=289 right=342 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to card id 20597 end mouseUp -- part 10 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=119 top=195 right=217 bottom=400 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: ----- HyperTalk script ----- on mouseUp answer "CD is for Compact Disc. Click OK and try again." with OK end mouseUp -- part 11 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=117 top=234 right=255 bottom=404 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: ----- HyperTalk script ----- on mouseUp answer "CD is for Compact Disc. Click OK and try again." with OK end mouseUp -- part 12 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=117 top=272 right=292 bottom=401 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: ----- HyperTalk script ----- on mouseUp answer "ROM = Read Only Memory. Please try again." with OK end mouseUp -- part 13 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=117 top=310 right=331 bottom=401 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: ----- HyperTalk script ----- on mouseUp show card field correct global number put "1" into number wait 1 seconds set lockScreen to true go to next card end mouseUp -- part contents for card part 1 ----- text ----- Practice Exercise -- part contents for card part 4 ----- text ----- Click on one of the answers below. -- part contents for background part 20 ----- text ----- What does CD-ROM stand for? -- part contents for card part 8 ----- text ----- Correct! -- part contents for card part 10 ----- text ----- Computer Data - Read Only Memory -- part contents for card part 11 ----- text ----- Computer Data - Random Only Memory -- part contents for card part 12 ----- text ----- Compact Disc - Random Only Memory -- part contents for card part 13 ----- text ----- Compact Disc - Read Only Memory